home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / man00 / 00087.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  267 b   |  15 lines

  1. on exitFrame
  2.   if the mouseCast <> the castNum of sprite 3 then
  3.     if the mouseCast <> the castNum of sprite 7 then
  4.       sound stop 1
  5.       go("loop")
  6.     end if
  7.   end if
  8.   if the mouseDown then
  9.     sound stop 1
  10.     go("ap2")
  11.     exit
  12.   end if
  13.   go("boxroll2")
  14. end
  15.